projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dc6490
)
(term_get_fkeys): Don't redeclare term_get_fkeys_1 here.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Jun 1994 19:30:19 +0000
(19:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Jun 1994 19:30:19 +0000
(19:30 +0000)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index 6922498983c9b73724cceb024b78aec6fd6e6c7b..f701007eba26c20070a4efdd06e4e76d1bf8b51d 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-1254,7
+1254,6
@@
term_get_fkeys (address)
refusing to run at all on such a terminal. */
extern Lisp_Object Fidentity ();
- static Lisp_Object term_get_fkeys_1 ();
term_get_fkeys_arg = address;
internal_condition_case (term_get_fkeys_1, Qerror, Fidentity);
}